home *** CD-ROM | disk | FTP | other *** search
/ The Game Master (3rd Edition) / The Game Master 3rd edition.iso / files / hobbbies / orgami / end.bas (.txt) < prev    next >
Encoding:
GW-BASIC  |  1980-01-01  |  188 b   |  9 lines

  1. 10  DEF FNCEN$(V$,X)=SPACE$((X-LEN(V$))/2+V$
  2. 20  CLS
  3. 30  LOCATE 9,9:PRINT"That was a good session."
  4. 40  FOR K=1 TO 1500:NEXT K
  5. 50  LOCATE 12,5:PRINT"See you again soon for another."
  6. 60  FOR K=1 TO 1500:NEXT K
  7. 70  LOCATE 23,1
  8. 80  END
  9.